projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12515d8
)
(extended-command-suggest-shorter): Add a version string
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 30 Apr 2016 15:30:59 +0000
(17:30 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 30 Apr 2016 15:30:59 +0000
(17:30 +0200)
* lisp/simple.el (extended-command-suggest-shorter): Add a
version string.
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index fca739636c61335499b2d0b0c0b4124f246a59fd..da6deea3e84c2b9541afea3be7aca0f204802e88 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-1635,9
+1635,10
@@
If the value is non-nil and not a number, we wait 2 seconds."
(other :tag "on")))
(defcustom extended-command-suggest-shorter t
- "
Non-nil means
show a shorter M-x invocation when there is one."
+ "
If non-nil,
show a shorter M-x invocation when there is one."
:group 'keyboard
- :type 'boolean)
+ :type 'boolean
+ :version "25.2")
(defun execute-extended-command--shorter-1 (name length)
(cond